MUSIC SPEED
This command will return an integer value representing the speed at which the music is playing.
Return Integer=MUSIC SPEED(Music Number)
Music Number
Integer
The music number
This command will return an integer value representing the speed at which the music is playing
The default value is 100, as a percentage of the standard rate. A value of 50 means the music is playing at half the normal speed.
cls
load music "Dark Basic Professional\Media\Music\mp3\music space.mp3",1
play music 1
print "music speed ",music speed(1)
wait 1000*8
set music speed 1,200
print "music speed ",music speed(1)
do
loop
stop music 1
end
MUSIC Commands Menu
Index